sin


Description

In a right angled triangle sin(val) = Opposite / Hypotenuse where val is one of the three angles.


Syntax:

sin(val);


Argument Description
val The angle (in radians) to return the sine of.


Returns:

Real


Example:

val = sin( pi/2 );

This will set val to 1.